home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / SoundApps / aa_m68k_Intel_Only / EditSound2.5 / EditSound.app / English.lproj / FFT.nib / data.classes next >
Encoding:
Text File  |  1994-02-01  |  664 b   |  47 lines

  1. FFT = {
  2.     ACTIONS = {
  3.     cursorMoved:;
  4.     displaySpectrum:;
  5.     setFFTSize:;
  6.     setSpectrumSlide:;
  7.     setSpectrum:;
  8.     setSpectrumMean:;
  9.     displayFFT:;
  10.     setFFTScaling:;
  11.     };
  12.     OUTLETS = {
  13.     spectrumMeanButton;
  14.     spectrumTimeForm;
  15.     fftPanel;
  16.     fftSizeButton;
  17.     fftFreqForm;
  18.     spectrumFreqForm;
  19.     spectrumMeanForm;
  20.     spectrumView;
  21.     fftAmpForm;
  22.     spectrumPanel;
  23.     spectrumSpectButton;
  24.     fftView;
  25.     spectrumSlideButton;
  26.     };
  27.     SUPERCLASS = Object;
  28. };
  29. FirstResponder = {
  30.     ACTIONS = {
  31.     };
  32.     SUPERCLASS = Object;
  33. };
  34. UpPanel = {
  35.     SUPERCLASS = Panel;
  36. };
  37. FFTView = {
  38.     SUPERCLASS = View;
  39. };
  40. SpectrumView = {
  41.     OUTLETS = {
  42.     delegate;
  43.     sound;
  44.     };
  45.     SUPERCLASS = View;
  46. };
  47.